home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 48 / Amiga Format CD48 (1999-12-13)(Future Publishing)(GB)(Track 1 of 2)[!][issue 2000-01].iso / -screenplay- / hd_installers / -whdload- / whdload_dev / docs / history.txt < prev    next >
Text File  |  1999-11-01  |  22KB  |  438 lines

  1.  
  2. ***  10.4 (13.10.1999)
  3.     - fix:    resload_SaveFileOffset was broken in 10.3, as a result some 
  4.         installs have crashed on saving games/highscores (thanks to
  5.         MIcK for report)
  6.     - fix:    WHDLoad no longer crashes if Snoop*/S will be enabled on
  7.         68040 equipped machines (thanks to Joona Palaste for report)
  8.     - fix:    detection of old rnc1 format improved, now Aladdin works again
  9.         (thanks to Ungi for report)
  10.     - chg:    dbffix.s and keyboard.s from the src/sources/whdload directory
  11.         reworked
  12.  
  13. ***  10.3 (22.09.1999)
  14.     - fix:    ws_CurrentDir in conjuction with slaves and ws_Version < 4 did
  15.         not work in WHDLoad v10.2 (e.g. MegaLoMania installion slave,
  16.         thanks to Ungi for report), now it works again
  17.     - chg:    parts of the exception handlers rewritten, a detected Freezer
  18.         will be also activated on Access Fault, Privilege Violation
  19.         and Unimplemented Integer Instruction; that simplifies debugging
  20.     - chg:    WHDload is overlayed now, that saves some memory at runtime
  21.         and shortens the executable
  22.     - new:    emulation of CMP2 for 68060 added (e.g. Overkill/Mindscape, 
  23.         Roots/Sanity), emulation of movep and mul32 optimized for
  24.         superscalar dispatch
  25.     - chg:    if option SplashDelay is set to 0 no splash-window will be
  26.         displayed
  27.     - chg:    docs reworked (thanks to Codetapper for doing that)
  28.     - chg:    some other minor changes
  29.  
  30. ***  10.2 (07.07.1999)
  31.     - fix:    bug in cache handling removed, the cache was always off if
  32.         MMU is not used by WHDLoad in versions 10.0 and 10.1 (Graham)
  33.     - chg:    install template for RawDIC installes improved (Graham)
  34.     - new:    partial mul64 emulation for 68060 added, supports only
  35.         "muls.l dn,dn:dn" at the moment (used in Sanity-Roots)
  36.     - fix:    quit key display in the splash window fixed (Graham)
  37.     - chg:    extra memory (ws_ExpMem) can be specified as optional now,
  38.         see autodoc for more info (Graham & John Girvin)
  39.     - new:    program crc16 done by John Girvin added to the dev package
  40.  
  41. ***  10.1 (20.06.1999)
  42.     - fix:    bug in resload_SetCACR which makes it impossible to enable 
  43.         caches fixed, the bug has been introduced in version 10.0 
  44.         (Graham)
  45.     - fix:    some internal changes
  46.  
  47. ***  10.0 (08.05.1999)
  48.     - chg:    SP has got some new options
  49.     - fix:    a bug in sources/whdload/stfix.s removed
  50.     - chg:    resload_Relocate uses less stack now
  51.     - new:    function resload_ProtectSMC to automically detect self
  52.         modifying code (see autodoc)
  53.     - new:    function resload_SetCPU to allow more accurate control over
  54.         the cachebility of certain memory regions and to allow
  55.         control over 68060 specific cpu configuration
  56.     - chg:    option NoDCache has been removed (simplify cache managment)
  57.     - new:    function resload_Patch to handle patchlists, i'm wondering
  58.         why this hasn't implemented earlier :), useful especially
  59.         to patch stuff in expansion memory
  60.     - fix:    whole decruncher stuff reworked, support for old rnc1-data
  61.         format added, all decruncher a5/a6 save, optimized, less
  62.         stack usage...
  63.     - fix:    expansions memory (ws_ExpMem) is also aligned to $1000 if no
  64.         MMU is available or MMU is unused by WHDLoad (Graham)
  65.     - fix:    possible deadlock in the switch routine (OS<->Install)
  66.         removed (Graham)
  67.     - new:    information window on startup (while preload) added, it shows
  68.         infomations about the installed program, the Slave and the
  69.         actual QuitKey, informations about program and Slave are taken
  70.         from an expanded Slave-structure (see include and autodoc
  71.         files), if a Slave with version prior 10 is used WHDLoad
  72.         displays only the name of the installed program which will be
  73.         build from the name of the Slave
  74.         how long the information window is displayed can be changed
  75.         with the new option SplashDelay/N
  76.         (information window is inspirated by MrLarmer on 7.7.1998,
  77.         nothing gets lost here :)
  78.     - chg:    include file "whdload.i" splitted into "whdload.i" which
  79.         contains WHDLoad base defines and "whdmacros.i" containing
  80.         optional defines and macro definitions
  81.  
  82. ***  9.2 (15.03.1999)
  83.     - fix:    3 enforcer hits removed (Juergen Urbanek, Hubert Maier jun.),
  84.         there are still some hits left to the vector table, but these
  85.         are required for normal operation and cannot be removed
  86.     - fix:    bug in decruncher for Imploder files fixed (MrLarmer),
  87.         this bug was introduced in version 9.0
  88.     - chg:    there are no longer distortions in gfx display and sound
  89.         replay due disabled interrupts during loading from preloaded
  90.         data (resload_LoadFile, LoadFileDecrunch, LoadFileOffset,
  91.         DiskLoad)
  92.     - new:    option NoFilter/S to disable the audio filter, can be set
  93.         globally using S:WHDLoad.prefs or locally using Tooltypes
  94.         (Roderick Mouthaan)
  95.     - new:    program RawDIC by Graham/Oxyrone to create images from non
  96.         standard floppy disks formats, it replaces Patcher as prefered
  97.         tool for this task
  98.     - chg:    documentation reworked
  99.  
  100. ***  9.1 (15.02.1999)
  101.     - new:    WHDLTAG_TIME_GET to get actual date and time (MrLarmer)
  102.     - fix:    problems with some 68030 systems fixed (WHDLoad uses some
  103.         special hardware features in conjunction with the MMU
  104.         related operations, some hardware does not support this
  105.         (Apollo A630 and Magnum MK2 are known for this), on such
  106.         systems you can't enable the MMU/S option - otherwise the
  107.         machine will hang) (reported by Chris Thomas, Maxim Ilyn
  108.         and Jess Sosnoski)
  109.  
  110. ***  9.0 (17.01.1999)
  111.     - chg:    performance of resload_LoadFileDecrunch improved
  112.     - chg:    access fault handler for 68030 rewritten:
  113.          - better performance
  114.          - cia snooper implemented
  115.            - icm and alarm will be saved and dumped
  116.            - setting overlay bit (ciaa.pra) catched
  117.            - setting motor/step (ciab.prb) catched
  118.            - bad writes to ddra/ddrb catched
  119.          - blitsize check fixed, supports all except line-mode now
  120.            (ascending/descending mode, negative modulos, odd pointers
  121.            and odd modulos)
  122.          - a callback function can be setup (resload_Control) which
  123.            will called by WHDLoad if an Access Fault occurs, the
  124.            function can modify the bad access and decide if the
  125.            program should be continued or terminated, see autodoc for
  126.            further infos
  127.     - fix:    potgo set to input mode now, fixes right mouse button problem
  128.         with ArcherMcLeanPool and JimmyWhiteSnooker (MrLarmer)
  129.     - new:    WHDLTAG_VERSION_GET, WHDLTAG_REVISION_GET, WHDLTAG_BUILD_GET
  130.         for usage with resload_Control to get the major and minor
  131.         version number and the build number of WHDLoad currently
  132.         running, the build number is granted to be uniq and can be
  133.         used to distinguish between different sub versions (MrLarmer)
  134.     - new:    pressing Ctrl-Amiga-Amiga will cause WHDLoad to quit,
  135.         depending on machine speed this may avoid cold reboots due a
  136.         not restored execbase (Graham)
  137.     - fix:    Snoop works again on 68060, was broken in 8.2
  138.     - chg:    the vector table is not write protected if Snoop on a 68060 is
  139.         enabled
  140.     - new:    option ReadDelay/N to cause WHDLoad to wait some time between
  141.         reading files from disk and switching the OS off (Jeff)
  142.     - new:    flag WHDLF_EmulTrapV to forward exceptions to the zero page
  143.         handler if the vbr is moved (Graham)
  144.  
  145. ***  8.2 (19.12.1998)
  146.     - chg:    the vector table (VBR) is write protected now, to catch
  147.         invalid to accesses to it (MrLarmer), requires that the MMU
  148.         is used by WHDLoad, NoVBRMove is not set and no freezer is
  149.         detected by WHDLoad in memory
  150.     - fix:    problems with PAL and NTSC in conjunction with Picasso 96
  151.         monitor drivers fixed (Tim Kovack)
  152.  
  153. ***  8.1 (13.12.1998)
  154.     - chg:    detection of HrtMon 2.24 implemented
  155.     - fix:    Access Fault in resload_Relocate removed
  156.     - new:    some changes and enhancements for HrtMon 2.25
  157.     - fix:    Snoop works again for 68030 machines (was broken in v8.0)
  158.     - chg:    all unsaved registers after executing a resload function
  159.         (D0-D1/A0-A1 as far as they don't contain a return code)
  160.         will be destroyed explicit now, for compatibility reasons
  161.  
  162. ***  8.0 (22.11.1998) not public released!
  163.     - chg:    if the write offset for a resload_SaveFileOffset operation
  164.         lies outside the current length of the file and therefore
  165.         the file must be enlarged before writing, WHDLoad tries now to
  166.         fill this area with $ee, if there is not enough memory
  167.         available for this, WHDLoad falls back to the old style by
  168.         using dos.SetFileSize(), with the result that the enlarged
  169.         area will contain random data
  170.     - fix:    deadlock in switch routine fixed which occured when lightpen
  171.         has been activated (e.g. "Die Hard 2")
  172.     - fix:    cia's will be completly initialized by WHDLoad now, and also
  173.         better handled during switch
  174.     - chg:    also disk images will be cached dynamically now
  175.     - fix:    small bug in DIC removed (MrLarmer)
  176.     - fix:    resload_LoadFileOffset accepts also parameters upto the
  177.         BaseMem bound now (DarkAngel)
  178.     - new:    flag WHDLF_NoKbd to allow NoVBRMove also for programs which
  179.         doesn't check the keyboard from the PORTS ($68) interrupt
  180.     - new:    function resload_Relocate to relocate an standard AmigaDOS
  181.         executable in memory, beware: uses a lot of stack and is not
  182.         tested with all hunk types, see autodoc for more details
  183.     - new:    function resload_Delay to wait a specified time or a button
  184.         to be pressed (time independed from PAL/NTSC display)
  185.     - new:    slave can request expansion memory (fast memory) now
  186.         ATTENTION: slave structure has been enlarged
  187.     - new:    TDREASON_MUSTREG (DarkAngel)
  188.     - new:    WHDLTAG_IOERR_GET for usage with resload_Control to check if
  189.         all names have been fitted in resload_ListFiles and to
  190.         distinguish a file with a size of 0 from an nonexistent file
  191.         in resload_GetFileSize (Harry)
  192.     - new:    option D/S for debuging, if enabled the software freezer
  193.         (Hrt/TK) will be activated at the first instruction of the
  194.         Slave
  195.     - new:    flag WHDLF_EmulLineA to emulate Line-A opcodes if the vbr is
  196.         moved
  197.     - new:    function resload_DeleteFile to delete files (MrLarmer)
  198.     - new:    program SP which can save iff pictures from the new coredump
  199.         files created by WHDLoad, works for most standard picture
  200.         formats (Snoop* is required of course)
  201.     - new:    sources for all programs except WHDLoad included, please note
  202.         that most of them are copyrighted
  203.     - chg:    many internal changes, also the problems with BloodMoney and
  204.         CelticLegends seems to have been solved
  205.     - fix:    Restart should work reliable now
  206.     - fix:    small bug in ITD removed (Harry)
  207.  
  208. ***  7.0 (01.07.1998)
  209.     - chg:    new revision scheme, version number of WHDLoad is now equal to
  210.         highest possible version number for a Slave, separate build
  211.         number
  212.     - new:    new tag for resload_Control to setup a function to restore
  213.         destroyed custom registers during switch between OS and
  214.         installed program (Harry)
  215.     - chg:    functions resload_LoadFileOffset, resload_SaveFile and
  216.         resload_SaveFileOffset can be used with a filesize of zero now
  217.         (Harry)
  218.     - chg:    the functions resload_Protect#? are checking now if the
  219.         protected area matches the current SSP, if it does, WHDLoad
  220.         will stop and show a requester "Unacceptible Arguments", this
  221.         has been build in to reduce the likelihood of a Double Bus
  222.         Fault, thanks to Mr Larmer for reporting this problem
  223.     - fix:    check of workbench arguments a bit more secure now
  224.     - new:    new Slave flags WHDLF_Req68020 and WHDLF_ReqAGA, new
  225.         TDREASON_REQ68020 and TDREASON_REQAGA, new tag
  226.         WHDLTAG_CHIPREVBITS_GET for resload_Control, to handle
  227.         programs which require a MC68020 or the AGA Chip Set (Mr
  228.         Larmer)
  229.     - new:    TDREASON_MUSTNTSC and TDREASON_MUSTPAL to terminate if the
  230.         installed program requires a specific display which isn't
  231.         enabled (Mr Larmer)
  232.     - chg:    PreLoad now collects also files from sub directories
  233.     - chg:    example sources (slaves/imager) reworked to assemble with
  234.         Asm-Pro v1.12 (still some problems with labels in macros,
  235.         but this is a problem of AsmPro)
  236.     - new:    support for additional NewIcon in Install Templates (MrLarmer)
  237.  
  238.     the following problems are known and still unsolved:
  239.      - no exit possible from BloodMoney/CelticLegends
  240.      - Nitro does hang with PRELOAD enabled, use WHDLoad v0.608 or disable
  241.        PRELOAD to go around this
  242.  
  243. ***  1.92 (08.06.1998)
  244.     - fix:    problem with Clown'o'mania (©1989 Starbyte) does not work with
  245.         WHDLoad v1.1 has been fixed, the reason was a different
  246.         initialized ciaa.icr.tb    bit, to fix this and future problems
  247.         WHDLoad does init the CIA interrupt mask explicit now, all
  248.         interrupts are disabled    except the CIAA SP interrupt (used for
  249.         keyboard) which is enabled. I have tried some installs and it
  250.         seems to work ok, anyway it is possible that some installs may
  251.         no longer work because they may expect that some interrupts
  252.         are already enabled on startup - these installs must be fixed
  253.         for this new WHDLoad
  254.     - new:    TDREASON_OSEMUFAIL to support the OS emulation module
  255.     - chg:    the message for instruction stream access faults has been
  256.         corrected (Harry)
  257.     - new:    option Expert/S, this option must be enabled to make core
  258.         dumps using the DebugKey/K/N now, the option has been added to
  259.         avoid that normal users press the wrong key by mistake (Harry)
  260.     - new:    options ExecuteStartup and ExecuteCleanup to execute a command
  261.         at start and at end of WHDLoad
  262.  
  263. ***  1.1 (25.05.1998)
  264.     - fix:    stack usage on resload_Decrunch and resload_LoadFileDecrunch
  265.         decreased, speed of RNC1 decrunching improved a lot, its a
  266.         really a good idea to patch the decrunch routine in games
  267.         with resload_Decrunch if it uses RNC1 !
  268.     - new:    DIC can create partial images now (option SIZE/K)
  269.     - new:    WHDLoad performs now a "SetClock LOAD" at exit
  270.     - fix:    some minor fixes in the gfx degrading routine
  271.     - fix:    disk-dma check in os-switch modified, it switches dma off now
  272.         instead of showing the white-color-cycle-bug-screen
  273.         (because it's nowhere documented else: red - copper cannot
  274.         switched off, blue - ints cannot switched off, green - blitter
  275.         is busy but dma is off; after pressing LMB WHDLoad continues
  276.         but it's undefined what will happen)
  277.     - new:    new program "ITD" (ImageToDisk) to write disk images back to
  278.         floppy or RAD: can format the disk, can write partial images,
  279.         no verify, see documentation for more info
  280.     - fix:    problems with second copperlist on reactivating os graphics
  281.     - new:    blitter wait check if SnoopOCS/ECS/AGA enabled
  282.     - new:    if available whdload will use reqtools.library instead
  283.         intuitions requesters now, because they are screen centered
  284.         and have better keyboard support
  285.     - new:    with SnoopOCS/ECS/AGA all cpu used custom registers will be
  286.         dumped now
  287.     - chg:    tooltypes NTSC/PAL will now affect the display init routine
  288.         (Intuition.OpenScreen()) therefore you need the appropriate
  289.         monitor files installed
  290.     - new:    functions resload_Protect#? to snoop memory accesses in various
  291.         ways, very useful for developer... (requested by MrLarmer)
  292.     - new:    function resload_LoadFileOffset which is similar to
  293.         resload_DiskLoad but for files
  294.     - new:    flag WHDLF_NoDivZero for ws_Flags to prevent WHDLoad from exit
  295.         if a "Division by Zero" exception occurs
  296.     - chg:    all resload functions has been reworked to no longer modify
  297.         registers a5 and a6, this solves problems with demos/games
  298.         which expect that the contens of these registers are valid
  299.         also in an interrupt, for example SWIV expects a5=global-data
  300.         and a6=custom-base, the only exception from this rule are the
  301.         functions resload_Decrunch and resload_LoadFileDecrunch when
  302.         working on rnc packed files, in this case a5 is temporarly
  303.         used (it is a bit hard to rewrite the whole decrunch
  304.         routines and I'm low on time of course...)
  305.         in general it is a good idea if the program you like to
  306.         install does'nt work with WHDLoad to check the interrupt
  307.         routines, if the interrupts make assuptions similar the above
  308.         (e.g a4=anything) you have to disable the interrupts before
  309.         calling any resload function and reenable after
  310.     - chg:    WHDLoad checks now the current stackpointer each time the
  311.         Slave calls a resload function, if the SP is lower than $180
  312.         or outside the BaseMem area the program will be terminated and
  313.         WHDLoad shows a requester about, this should avoid problems
  314.         like destroyed vector tables or deadly double Access Faults
  315.         in conjunction with an enabled Memory Protection
  316.     - chg:    it is no longer required that SetPatch is executed before
  317.         WHDLoad on 68040/68060 equipped machines because WHDLoad
  318.         determinates the current CPU itself now
  319.     - chg:    for 68060 only (68040 also??): the newer versions of
  320.         68060.library (starting v41.1) does remap the memory $0-$1000
  321.         (the first page) to a fast mem location using the MMU, this
  322.         will make major problems if the    option NoMMU is activated: in
  323.         this case WHDLoad will not change any MMU related registers
  324.         and this address translation will remain intact !!!
  325.         if the installed program tries to use this area for any dma
  326.         actions (e.g. a copperlist in this area) the results will be
  327.         unforeseeable, because the cpu will read/write the fast-mem
  328.         location and dma's the real chip-mem which contains random
  329.         data !!!
  330.         I don't want to disable the NoMMU option for 68040/060
  331.         machines, therefore the following has been changed: the
  332.         longword at address $1000 does now contain the value -2 which
  333.         is the copper instruction cend (was on address $300 in earlier
  334.         WHDLoad versions), the minimum BaseMemSize has been increased
  335.         to $2000. If NoMMU is selected and the above mentioned
  336.         address translation is active an requester will inform the
  337.         user about the existing problem.
  338.     - new:    options ButtonWait/S and Custom1/K/N ... Custom5/K/N for
  339.         slave specific things (requested by Harry)
  340.     - chg:    WriteDelay/K/N does also affect the FileLog/S feature now,
  341.         this means that after each write to the logfile WHDLoad will
  342.         wait the time specified via WriteDelay/K/N to minimize the
  343.         danger of filesystem corupption
  344.     - chg:    install scripts has been reworked, PLEASE check them !
  345.     - chg:    sources has been changed and new added, PLEASE check them !
  346.     - chg:    WHDLoad is shareware now, read documention for more info
  347.  
  348. ***  0.608 (03.09.1997)
  349.     - new:    all configuration stuff rewritten, global config file
  350.         see guide for more informations
  351.     - chg:    SURVIVERESET removed (obsolete I think)
  352.     - new:    support for HrtMon 2.1 and ThrillKill 1.04 implemented
  353.         (auto detect and NMI forwarding)
  354.     - new:    function resload_Control to get the AttnFlags
  355.     - fix:    enforcer hit in resload_SaveFile removed
  356.     - new:    function resload_SaveFileOffset for partial writes
  357.     - chg:    ws_DontCache works now also for preload of disk images
  358.         file preload does no longer loads "(ReadMe|#?.(info|slave))"
  359.         ("Disk.#[0-9]" also not as before)
  360.     - chg:    better support for NTSC amigas (Raymond Earle)
  361.     - new:    option PAL/S to force PAL display on NTSC amigas
  362.     - new:    options Cache/S,DCache/S,NoDCache/S to allow full user
  363.         control over the caches
  364.     - new:    using MMU for memory protection and cache managment (!!!)
  365.     - new:    Quit/Debug-key managment trough new options QuitKey/K/N and
  366.         DebugKey/K/N, every new slave should support this via the
  367.         slave version 4 extensions ws_keydebug and ws_keyexit,
  368.         see one of the example slave sources for an example
  369.     - chg:    on whdload is writing data (resload_SaveFile) it will do a
  370.         special check for RAM: now, so it is possible to use RAM:
  371.         as installation destination now
  372.     - chg:    macros patch and patchs optimized
  373.     - new:    more sources added to the package
  374.  
  375. ***  0.322 (25.06.1997)
  376.     - fix:    sometimes whdload has quit on random keystrokes if the vbr was
  377.         moved
  378.     - fix:    deadlock problems in OS-Swap routine
  379.     - new:    option COREDUMP to make a dump even on TDREASON_OK
  380.  
  381. ***  0.288 (16.06.1997)
  382.     - fix:    sprite dma switching off
  383.     - chg:    ws_ExecInstall can be set to zero now (disables SURVIVERESET)
  384.     - new:    ws_keys, whdload manages quit key self (see autodoc)
  385.     - new:    whdload handles all MMU stuff, result is that whdload is now
  386.         Enforcer/Cyberguard and VMM proof
  387.     - new:    ** vbr shadowing ** (see autodoc)
  388.         tooltype NOVBRMOVE added to disable that
  389.     - new:    slave flag EmulTrap for ws_Flags
  390.     - chg:    execbase changed from $ffff0000 to $f0000001
  391.         (any use of this should create an "Address Error" exception)
  392.     - chg:    Data Cache is always off and cannot be enabled via
  393.         resload_SetCACR
  394.     - fix:    resload_FlushCache fixed for 040/060
  395.     - fix:    register dump changed a lot
  396.     - new:    exitcode TDREASON_WRONGVER indicating a bad program version
  397.     - chg:    all registers have now a defined value at startup
  398.     - fix:    filelog output fixed for data writes
  399.     - new:    Patcher, FindAccess, Cmp added to the package
  400.         autodoc, include and guide updated
  401.         Install templates added
  402.  
  403. ***  0.163 (02.03.1997)
  404.     - fix:    better handling of trackdisk.device, headpos is flashed always now
  405.     - new:    trackdisk errors as text instead numbers
  406.     - new:    whdload option NOAUTOVEC (see whdload.guide)
  407.  
  408. ***  0.147 (31.01.1997)
  409.     - fix:    on slave load failed, we were in an endless loop
  410.     - new:    function resload_CRC16 implemented
  411.  
  412. ***  0.143 (07.01.1997)
  413.     - fix:    restart point changed, that slave will be reloaded (static vars)
  414.     - new:    status of cia timers added to register dump
  415.     - new:    cia timer handling improved
  416.     - fix:    ISP/MSP highlighting on user-mode
  417.     - chg:    file cache changed, resload_GetFileSize from cache,
  418.         resload_SaveFile to cache, now ws_DontCache is nearly obsolete
  419.     - chg:    PRELOAD changed, caches now automatically diskimages and files,
  420.         independent from WHDLF_Disk
  421.     - fix:    resload_SaveFile checks now for disk validation and free space to
  422.         avoid deadlocks
  423.     - fix:    file loading from cache has always copied one byte to much
  424.     - fix:    WRITEDELAY parsing on CLI-start
  425.     - new:    resload_DiskLoadDev for install slaves (see autodoc)
  426.     - chg:    better error detection on slave-whdload interface
  427.     - chg:    Macros in whdload.i improved
  428.  
  429. ***  0.88  (24.11.1996)
  430.     - file logging implemented
  431.     - register dump improved
  432.     - dump file names changed (now PROGDIR:.whdl_#?)
  433.     - on TDREASON_DEBUG sr and pc now taken from primary/secondary result
  434.     - InstallBB added to the package
  435.  
  436. ***  0.41  (05.09.1996)
  437.     - first public release
  438.